home *** CD-ROM | disk | FTP | other *** search
/ Xenosoft 2 / Xenosoft 2 (Game collection)(1994).iso / games / armoredf.arj / FIST / FISTDATA / UNPACK.BAT < prev    next >
DOS Batch File  |  1994-11-17  |  487b  |  24 lines

  1. @echo off
  2. if exist install.bat del install.bat >nul
  3. if exist copyr.exe del copyr.exe >nul
  4. lha e /m1 /c fist.001
  5. del fist.001 >nul
  6. lha e /m1 /c fist.002
  7. del fist.002 >nul
  8. lha e /m1 /c fist.003
  9. del fist.003 >nul
  10. lha e /m1 /c fist.004
  11. del fist.004 >nul
  12. cd..
  13. copy fistdata\*.exe .
  14. copy fistdata\*.dvr .
  15. copy fistdata\*.run .
  16. copy fistdata\*.bat .
  17. copy fistdata\fist.dat .
  18. soundset
  19. @echo.
  20. @echo Armored Fist is Installed
  21. @echo.
  22. @echo Type "Fist" to play Armored Fist
  23. 
  24.